home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / rapid falloff < prev    next >
Text File  |  1999-06-15  |  585b  |  31 lines

  1. Category: Andrew's Filters 10
  2. Title: Rapid FallOff...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: RAPIDFLL.8BF
  6.  
  7. R:(ctl(0)+val(3,0,20))>=c&&(c>=ctl(0)-val(3,0,20))?c:255*val(6,0,2)
  8.  
  9. G:(ctl(1)+val(4,0,20))>=src(x,y,0)&&(c>=ctl(1)-val(4,0,20))?c:255*val(6,0,2)
  10.  
  11. B:(ctl(2)+val(5,0,20))>=src(x,y,0)&&(c>=ctl(2)-val(5,0,20))?c:255*val(6,0,2)
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Channel
  16. ctl[1]: Green Channel
  17. ctl[2]: Blue Channel
  18. ctl[3]: Red Cut
  19. ctl[4]: Green Cut
  20. ctl[5]: Blue Cut
  21. ctl[6]: WhiteOnOff
  22.  
  23. val[0]: 146
  24. val[1]: 45
  25. val[2]: 129
  26. val[3]: 74
  27. val[4]: 113
  28. val[5]: 59
  29. val[6]: 175
  30.  
  31.